home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / Internet Developer Demos / Tango / Bolero / Bolero 1.0 ReadMe next >
Encoding:
Text File  |  1997-01-01  |  6.6 KB  |  122 lines  |  [TEXT/LMAN]

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. Welcome to Bolero 1.0 Test Drive!
  11.  
  12. Bolero is the premier Web logging analysis and reporting system for the Macintosh. With Bolero youπll unearth the activity and user demographics that can justify a Web siteπs investment.  Bolero shows not only how many visitors are using a site, but where they are coming from, what attracted them, and what they are doing once they arrive.
  13.  
  14. Bolero's list of features include:
  15.  
  16.  Ä Real-time logging
  17.  Ä Logging of single or multiple Web servers simultaneously
  18.  Ä Post processing of historical data (WebSTAR *.log files)
  19.  Ä Open Database Connectivity (ODBC) support
  20.  Ä User-customizable filtering of incoming data
  21.  Ä Data is stored in an industry-standard SQL database, giving you unsurpassed
  22.     flexibility in reporting
  23.  
  24. Installing Bolero
  25.  
  26. Double clicking on the Bolero installer will install the following:
  27.  
  28. ÄBolero 1.0 for logging your web server activity
  29. ÄButler SQL 2.1 for storing your log information
  30.  
  31. After you install Bolero, there will be a folder on your hard drive called "Bolero".  Within the Bolero folder, there contains a Bulter SQL folder which contains a Butler Preference folder. 
  32.  
  33. Ä Drag the Butler Preference folder into your  System folder
  34.  
  35. Warning: Please note, if you have any previous version or any test drive version of Butler installed on your  system, the Butler Preference folder will be written over.  Please make a back up of your old Butler Preference folder if required.  Any time you re-install Butler it will over write any previous Bulter Preferences.
  36.  
  37. The Butler SQL server in this package is a fat application, which means that it has been optimized for both 680x0 Macintosh and Power Macintosh computers.
  38.  
  39. To view Bolero statistics over the Web:
  40.  
  41. 1) Install Tango Enterprise 1.5.3. This will create a Tango folder inside your WebSTAR folder.
  42. 2) Located within the Bolero Install Folder is another folder called Bolero. Drag this folder into the Tango folder inside your WebSTAR folder.(Your folders should look like this: WebSTAR/Tango/Bolero).
  43. 3) To view your reports, type the following address in your Web browser: <http://your web server/tango/bolero/default.html>
  44.  
  45. All documentation included with Butler SQL and Bolero is in Adobe Acrobat (.pdf) format. If you do not already have Adobe Acrobat installed on your computer, an Acrobat Reader Installer is included with this package.
  46.  
  47. What Gets Installed
  48.  
  49. When installing Bolero, the Easy Install option installs the following components onto your computer:
  50.  
  51.  Ä Bolero, BoleroImporter and supporting files
  52.  Ä Apple Shared Library Manager 2.0, if not already present
  53.  Ä ODBC 2.1, if not already present
  54.  Ä Butler SQL 2.1
  55.  
  56.                           _____________________________________________
  57.  
  58.  
  59. Thank you for test driving Bolero. If you have any questions or suggestions, please feel free to email our technical support department at <support@everyware.com>
  60.  
  61. EveryWare Development Corp.
  62. 6733 Mississauga Rd., 7th Floor
  63. Mississauga, ON
  64. CANADA
  65. L5N 6J5
  66.  
  67. toll-free: 1-888-819-2500
  68. tel: (905) 819-1173
  69. fax: (905) 819-1172
  70. www:   http://www.everyware.com/
  71.  
  72.                                  _____________________________________________
  73.  
  74.  
  75. Bolero 1.0 Release Notes
  76.  
  77. There have been some last minute modifications to Bolero that are not reflected in the Administratorπs Guide.
  78.  
  79. BoleroDatabase: åByteπ data stored as åKilobytesπ
  80.  
  81. With the exception of the ActivityLog table, all references in the Bolero Administratorπs Guide to the BytesSent, BytesSentToDate, percentBytesSent and averageBytesSent should be referred to as KBytesSent, KBytesSentToDate, percentKBytesSent and averageKBytesSent.  Data is stored as kilobytes in these columns, with decimal precision.
  82.  
  83. Bolero Settings File: [GeneralSettings]
  84.  
  85. A new user-configurable option has been added to the Bolero Settings file:
  86.  
  87. [GeneralSettings]
  88. Summaries=On
  89.  
  90. The ability to disable summary execution completely (Summaries=Off) is very useful, for example, when simultaneously logging a åliveπ web server and also importing several log files from previous weeks or months.  Temporarily disabling summary execution will prevent Bolero from unwantingly executing the same summary, or summaries, repeatedly.
  91.  
  92. Butler SQL: Default Tables
  93.  
  94. Included with the Bolero package is a file, åDefault Tablesπ which is placed in the root level of the åButler Preferences Folderπ on the Butler SQL server.
  95.  
  96. Default Tables will improve insert, update and delete times. Following is an excerpt from Butler Tech Note #28:
  97.  
  98. The ≥Default Tables≤ file is a text file in  the åButler Preferences Folderπ with each line representing a different table.  The format of every line of the default table file is ≥database!tablename≤ [no quotes] and may have other parameters added after the tablename with comma delimiters.  These will include a keyword ≥NOCACHE≤ or ≥CACHE≤.  If the keyword doesnπt exist, it defaults to ≥NOCACHE≤ (see the follow section on how caching works).  This feature is an APPLICATION level setting and will therefore affect all users.
  99.  
  100.    SYNTAX:
  101.    databaseName!tableName ,[cache|noCache]
  102.    eg:
  103.    dal_demo!customer, cache
  104.    dal_demo!orders, noCache
  105.    dal_demo!staff
  106.  
  107. There are two main benefits to be gained by this feature:
  108. A) reduce the number of table open journal entries to reduce journal size;
  109. B) increase OPEN TABLE speeds.
  110.  
  111. Tables opened in this manner will NOT be defined as OPEN, just prepared for open.  That is, while Butler has opened the tables and logged the open into the Butler journal for transaction processing, they are not usable nor displayed by Butler as ≥open≤ until implicitly opened using some DML or explicitly opened with an OPEN TABLE statement.  Therefore, DDL statements like ALTER, DROP and CREATE should be unaffected by this feature.  BACKUP should also be unaffected by these prepared tables.  COMPACT represents a problem because Butler expects all Butler table references to be closed prior to the compact.
  112.  
  113. Two runtime commands have been implemented to allow manipulation of the DEFAULT TABLES set after server launch.  One to unload all default tables, one to reload default tables.  There are two times when default tables will be defined, once at boot and whenever the 'load' runtime is submitted by any user.  There are two times when default tables will be purged: one at program termination and whenever the unload runtime is submitted by any user.
  114.  
  115. The runtimes to load or unload the default tables are:
  116. $setruntime(loaddefaulttables, true);  /* loads the default tables */
  117. $setruntime(loaddefaulttables, false); /* unloads the default tables */
  118.  
  119. © EveryWare Development Corp. 1996
  120. All Rights Reserved
  121. 7/31/96